八八字典>英语词典>open system call翻译和用法

open system call

英 [ˈəʊpən ˈsɪstəm kɔːl]

美 [ˈoʊpən ˈsɪstəm kɔːl]

网络  开放系统调用

计算机

双语例句

  • This function is a high-level way of opening a file; but, since the only way to open a file in Linux is to use the open() system call, fopen() makes use of open() in its implementation.
    该函数是打开文件的高层次方式;但是,因为在Linux中打开文件的唯一方法是使用open()系统调用,所以fopen()在其实现中利用open()。
  • The open() system call determines whether the mapping is readable or writable.
    open()系统调用确定映射是否可读或可写。
  • Open disk file system call
    开磁盘文件系统调用
  • In this domain, a user-space application invoking the POSIX open call passes through the GNU C library ( glibc) into the kernel and into system call de-multiplexing.
    在这个域中,调用POSIXopen调用的用户空间应用程序经过GNUC库(glibc)进入内核和系统调用去多元化(de-multiplexing)。
  • Similar to direct I/ O, you can implement this either through an open system call or by mounting the file system, as follows:# mount-o cio/ u.
    与直接I/O类似,可以通过open系统调用或者通过挂载文件系统来实现这种方式,如下所示:mount-ocio/u。
  • Emphasis on open system call, it details analysis of the entire implementation process for opening the file and some called functions during the process.
    其中着重以open系统调用为例,详细分析了文件打开的整个执行过程以及其间所调用的函数。